home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-03-11 | 483 b | 26 lines |
- all: crc2.elf crcfast.elf crctab.elf
-
- crc2.elf: crc2.o
-
- ppc-amigaos-ld -r LIB:c_ppc.o crc2.o LIB:scppc.a lib:end.o -o crc2.elf
-
- crc2.o: crc2.c
-
- SCPPC crc2.c
-
- crctab.elf: crctab.o
-
- ppc-amigaos-ld -r LIB:c_ppc.o crctab.o LIB:scppc.a lib:end.o -o crctab.elf
-
- crctab.o: crctab.c
-
- SCPPC crctab.c
-
- crcfast.elf: crcfast.o
-
- ppc-amigaos-ld -r LIB:c_ppc.o crcfast.o LIB:scppc.a lib:end.o -o crcfast.elf
-
- crcfast.o: crcfast.c
-
- SCPPC crcfast.c
-